Re: [SQL] transaction-lock? - Mailing list pgsql-sql

From Herouth Maoz
Subject Re: [SQL] transaction-lock?
Date
Msg-id l03110707b31e8e019ea2@[147.233.150.135]
Whole thread Raw
In response to transaction-lock?  (Forgacs Tamas <efte@fornax.hu>)
List pgsql-sql
At 20:06 +0200 on 23/03/1999, Forgacs Tamas wrote:


>
> I am a novice pgsql user. I used Oracle, but it is unbelievable what
> bugs they have...
>
> So, is it possible, that if one transaction is pending on for eg. 'test'
> table in one psql session, then in another session this 'test' table is
> locked until the transaction is not finished on another????
>
> I have been tested a lot of ways, but the most easier problem is the
> next:
>     - there is a table named 'test', with only 1 field.
>     - opening a psql session on tty1, and on tty2 into the same database
>
>     - on tty1 'begin' a transaction
>     - on tty1 'insert' 1 row into the 'test' table
>     - on tty2 'select' from the 'test' table
>     => on the tty2 there is no answer until on the tty1 is the
> transaction not finished

Yes, that's the documented behaviour. Oracle has bugs, but Postgres will
have a better locking resolution only starting 6.5. At the moment it locks
on tables.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



pgsql-sql by date:

Previous
From: tolik@icomm.ru (Anatoly K. Lasareff)
Date:
Subject: Re: [SQL] DEFAULT TEXT 'now'
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: [SQL] DEFAULT TEXT 'now'